adTempus API
|
Overrides the status of this instance.
HRESULT OverrideStatus(JobStatusEnum newStatus);
OverrideStatus(JobStatusEnum newStatus);
Sub OverrideStatus(newStatus As JobStatusEnum)
Parameters |
Description |
[in] JobStatusEnum newStatus |
new new status for the instance |
OverrideStatus can be used to set the status of this instance to a specified status. For example, a failed instance can be changed to successful. This may be appropriate when the operator reruns the failed processes outside of adTempus and wants the status changed so that dependent jobs will execute. Requires Execute permission for the job.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|